ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGrid<T> Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (FlexGrid<T>)
    In This Topic
    Gets or sets whether the user can edit the grid cells by typing into them.
    Syntax
    'Declaration
     
    
    Public Overridable Property IsReadOnly As Boolean
    public virtual bool IsReadOnly {get; set;}
    See Also